home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Internet & Communication / Cyberduck-2.5.2.dmg / Cyberduck.app / Contents / Resources / it.lproj / Sync.nib / classes.nib next >
Encoding:
Text File  |  2005-11-18  |  920 b   |  26 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = CDListView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }, 
  4.         {CLASS = CDOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; }, 
  5.         {
  6.             CLASS = "ch.cyberduck.ui.cocoa.CDSyncQueueController"; 
  7.             LANGUAGE = Java; 
  8.             OUTLETS = {
  9.                 cancelButton = NSButton; 
  10.                 downloadRadioCell = NSCell; 
  11.                 fileTableView = NSTableView; 
  12.                 infoLabel = NSTextField; 
  13.                 localField = NSTextField; 
  14.                 mirrorRadioCell = NSCell; 
  15.                 statusIndicator = NSProgressIndicator; 
  16.                 syncButton = NSButton; 
  17.                 timezonePopupButton = id; 
  18.                 uploadRadioCell = NSCell; 
  19.                 urlField = NSTextField; 
  20.                 window = NSWindow; 
  21.             }; 
  22.             SUPERCLASS = NSObject; 
  23.         }
  24.     ); 
  25.     IBVersion = 1; 
  26. }